PDF Save Pages as Images
Command Prototype
PDF.PageSaveToPic(filePath,password,savePath,pageStart,pageEnd)
Command Description
Saves pages of a PDF file as images named "NAME-OF-PDF-FILE_INDEX-NUMBER"
Parameter Description
- Required Parameter
- filePath--Path to the PDF file
- password--Password of the PDF file. If there is none, leave this parameter empty
- savePath--Directory to save the extracted images. Defaults to the location of the PDF file
- pageStart--The starting page number of the PDF to save (the first page of the PDF is index 1)
- pageEnd--The ending page number of the PDF to save (the first page of the PDF is index 1)